You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clValue Structure
>
clValue Methods
>
clValue.Abs Method
Dew Math for .NET
clValue.Abs Method
clValue Structure
clValue Members
Dew.Math Namespace
clValue Methods
Example
See Also
Collapse All
Absolute values of X.
Syntax
C#
Visual Basic
public
TOpenCLValue
Abs
([In]
TOpenCLValue
X
);
Public
Function
Abs
(
X
As
[In]
TOpenCLValue
)
As
TOpenCLValue
Remarks
Calculate the absolute value of X.
See Also
Mag
Example
var a,b:
clValue
; begin b.Copy(-0.5); a.Abs(b); end;
Group
clValue Methods
Links
clValue Structure
,
clValue Members
,
Dew.Math Namespace
,
clValue Methods
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!